DX11 IS LIMB EXCLUDED

Checks whether the given limb is currently excluded or not.
Note that this function only returns the user-set exclusion flag; it cannot be used to check if the limb passed frustum culling
or not (if you want to do that you can use the DX11 FRUSTUM CULL BB function with the limb's bounding box).

  Syntax
Return Boolean = DX11 IS LIMB EXCLUDED(limb)
  Parameters
limb
Dword
The limb to check the exclusion flag of.

  Returns

True if the given limb has it's exclusion flag set, or false otherwise.

  See also

LIMB Functions Menu
DX11 Function Categories